home *** CD-ROM | disk | FTP | other *** search
- Insert the following procedure in any program that uses the Intuition
- Extension, and make sure you call it first thing. This will fix the
- crashing that many people have reported. (If you can't copy this message
- directly to your Amiga, make *sure* you type the numbers in right, or you'll
- just end up with a crash earlier!)
-
- --Andy Church
-
- Procedure _FIX_INTUITION
- Reserve As Work 7,4
- Loke Start(7),$200D4E75
- Call Start(7)
- Erase 7
- D=Leek(Dreg(0)+$58)
- B=$1242
- For I=1 To 23
- Read A,C
- Loke D+B,$60000000+(A-B-2)
- Doke D+C,B
- Add B,4
- Next I
- Data $87E2,$4C2,$879C,$4D2,$8876,$E06,$881C,$E16,$87EC,$E22,$887C,$E2A
- Data $88AE,$E38,$88DC,$E4A,$805E,$1070,$816E,$108A,$80F0,$10A0,$825C,$10A8
- Data $81DE,$10C0,$83C8,$10CA,$82CC,$10DE,$8448,$115E,$84AC,$1162,$894A,$118E
- Data $8982,$11A8,$89CA,$11BA,$86C6,$1204,$851E,$1220,$8914,$F0A
- End Proc
-
-